Skip to content

fix(create-agent-bundle): tarball scan + cli-tool README migration - #249

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
fix/create-followups
Sep 2, 2026
Merged

fix(create-agent-bundle): tarball scan + cli-tool README migration#249
ScriptedAlchemy merged 1 commit into
mainfrom
fix/create-followups

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Test plan

  • pnpm exec rstest packages/create-agent-bundle/tests/framework.test.ts (17 passed, including corrupt trailing header regression)
  • pnpm exec tsc --project packages/create-agent-bundle/tsconfig.json --noEmit
  • pnpm exec rslint packages/create-agent-bundle

Continue tar header checksum validation after reading package/package.json
so corrupt trailing entries cannot slip through npm-pack-style archives.
Document removing src/cli.ts before adopting src/cli/** routes to avoid AB4801.
@changeset-bot

changeset-bot Bot commented Sep 2, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 9fd01c9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-agent-bundle Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T00:30:05.185376Z 9fd01c9 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit daa67c5 into main Sep 2, 2026
8 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9fd01c969c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +50 to +53
that file remains triggers `AB4801`. Before creating `src/cli/**` modules,
remove `src/cli.ts`, drop the `./src/cli.ts` script entry, and port any
behavior into route modules — routed commands compile into
`dist/bin/<plugin-name>.js` on their own. To keep the single-file CLI

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add zod to the routed-CLI migration steps

When a user follows this migration to create any src/cli/** command, the scaffold still has no zod dependency, although routed commands must export the zod-based inputSchema and resultSchema consumed by the generated CLI. Consequently, the documented port cannot typecheck or build once the route imports zod; list zod with the dependencies to install alongside the first route module.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #254.

@ScriptedAlchemy
ScriptedAlchemy deleted the fix/create-followups branch September 3, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant